home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (Latin America) Volume 1 #6 / CD-ROM Today 6 Latam.iso / referenc / picasso / data / dico.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-12-03  |  280 b   |  20 lines

  1. on exitFrame
  2.   global g_exit, g_next_movie
  3.   cursor(4)
  4.   unLoad()
  5.   unloadMember()
  6.   if g_exit = 1 then
  7.     OwnPlay(g_next_movie)
  8.     exit
  9.   end if
  10.   if g_exit = 0 then
  11.     set g_exit to -1
  12.     OwnPlayDone()
  13.     exit
  14.   end if
  15.   if g_exit = -1 then
  16.     go(1)
  17.     exit
  18.   end if
  19. end
  20.